home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / Install / InstallErrorMsg.Fran軋is < prev    next >
Text File  |  1994-12-22  |  1KB  |  50 lines

  1. echo "Bienvenue au script d'installation d'errormsg.library.*N"
  2.  
  3. version >NIL: exec.library 37
  4. IF WARN
  5. echo "Il vous faut le Kickstart 2.04 pour utiliser errormsg.library, désolé !"
  6. skip Exit
  7. ENDIF
  8.  
  9. echo "Version actuellement installée:"
  10. version errormsg.library FULL
  11.  
  12. echo "*NVoulez-vous copier"
  13. echo "errormsg.library 4.01"
  14. ask "dans votre directory LIBS: ?"
  15.  
  16. IF NOT WARN
  17. echo "*NCopie..." NOLINE
  18. copy /Libs/errormsg.library to LIBS:
  19. echo "Faite."
  20. ENDIF
  21.  
  22. echo "*NPour qu'errormsg.library fonctionne dans votre langue, je dois"
  23. echo "copier un fichier catalogue sur votre disque système pour chaque"
  24. echo "langue choisie (sauf pour l'anglais, qui est la langue incluse dans"
  25. echo "la bibliothèque).*N"
  26.  
  27. ask "Copie du fichier catalogue français ?"
  28. IF WARN
  29. echo "*NCopie..." NOLINE
  30. copy /Catalogs/Français/errormsg.catalog to LOCALE:Catalogs/Français/errormsg.catalog
  31. echo "Faite."
  32. ENDIF
  33.  
  34. echo "*NJe vous conseille de copier le fichier script ERMID.rexx dans"
  35. echo "votre directory REXX:. De cette façon, quand vous utiliserez les"
  36. echo "capacités ARexx d'errormsg, vous pourrez remplacer les nombres"
  37. echo "étranges par des symboles significatifs..."
  38.  
  39. ask "Copie du script arexx ERMID.rexx dans REXX: ?"
  40. IF WARN
  41. echo "*NCopie..." NOLINE
  42. copy /Rexx/ERMID.rexx to REXX:ERMID.rexx
  43. echo "Faite."
  44. ENDIF
  45.  
  46. echo "*NTerminé."
  47.  
  48. Lab Exit
  49. Quit
  50.